.clear {
  clear: both;
}

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}

.button {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.header {
  position: fixed;
  background: tra;
}

.header.fixedNav {
  background: #00b067;
}



.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: 1;
  opacity: 0;
  border-radius: 66px;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}

.button:hover {
  background: none;
  color: #1965cf;
  box-shadow: 0 10px 10px -5px rgba(25, 101, 207, 0.5);
}

.button:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.banner .bannerbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 0%);
}

.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}

.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../images/next.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}

.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/prev.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}

.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 0%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 80px;
  padding-right: 5%;
}

.banner .bannerbox .swiper_positon span {
  background: #00b067;
  width: 100px;
  opacity: 1;
  height: 100%;
  margin: 0 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  display: block;
  position: relative;
  border: 1px solid #fff;
}

.banner .bannerbox .swiper_positon span img {
  width: 100%;
  display: block;
}

.banner .bannerbox .swiper_positon span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  clip-path: inset(0% 0% 0px 0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 100px;
}

.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active em {
  clip-path: inset(0% 100% 0px 0px);
}

.banner .mouseLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/bannerLine.png) no-repeat center;
  height: 143px;
  z-index: 2;
}

.title a {
  display: block;
}

.title a h3 {
  display: block;
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 3px;
}

.title a span {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  margin-top: 16px;
}

.business {
  padding-top: 63px;
  padding-bottom: 74px;
}

.business .wapper {
  width: 1440px;
}

.business .business-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}

.business .business-section ul li {
  width: 340px;
  margin-top: 36px;
}

.business .business-section ul li a {
  display: block;
  width: 100%;
}

.business .business-section ul li a figure {
  height: 262px;
  width: 100%;
  display: block;
  background: #f2f2f2;
  overflow: hidden;
}

.business .business-section ul li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business .business-section ul li a figcaption {
  height: 74px;
  line-height: 74px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  padding-right: 30px;
  background: url(../images/business-ico.png) no-repeat 320px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business .business-section ul li:hover a figure img {
  transform: scale(1.1);
}

.business .business-section ul li:hover a figcaption {
  color: #00b067;
  background: url(../images/business-ico__hover.png) no-repeat 320px center;
}

.reason {
  padding-top: 78px;
  background: url(../images/reasonBg.jpg) no-repeat center top;
  padding-bottom: 74px;
}

.reason .reason-title .title a h3 {
  color: #fff;
}

.reason .reason-title .title a span {
  color: #fff;
}

.reason .reason-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 55px;
}

.reason .reason-section ul li {
  width: 320px;
  height: 445px;
  background: #fff;
  border-radius: 10px;
}

.reason .reason-section ul li figure {
  position: relative;
  width: 320px;
  height: 240px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reason-section ul li figure img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reason-section ul li figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00b067;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 10px 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reason-section ul li figcaption {
  font-size: 22px;
  text-align: center;
  padding-top: 38px;
  line-height: 1;
}

.reason .reason-section ul li i {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.reason .reason-section ul li i::before {
  content: "";
  width: 23px;
  height: 5px;
  display: block;
  background: #00b067;
  border-radius: 5px;
}

.reason .reason-section ul li i::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #00b067;
  border-radius: 5px;
  margin-left: 5px;
}

.reason .reason-section ul li p {
  padding: 0 35px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 15px;
  text-align: center;
}

.reason .reason-section ul li:hover figure::after {
  top: 6px;
}

.case {
  padding-top: 70px;
  background: url(../images/caseBg.jpg) no-repeat center bottom;
  /* 箭头按钮 */
}

.case .slideBox {
  width: 93.23%;
  height: 436px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 116px;
  margin-top: 50px !important;
}

.case .slideBox .bd {
  position: relative;
}

.case .slideBox .bd ul {
  width: 100% !important;
  height: 436px;
  position: relative;
}

.case .slideBox .bd ul li {
  position: absolute;
  transition: all 0.6s ease;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(to top, #445566, #eef2f7);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.case .slideBox .bd ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.case .slideBox .bd ul li a figure {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.case .slideBox .bd ul li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .slideBox .bd ul li a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/case-zhegai.png) no-repeat center;
  width: 100%;
  height: 97px;
  z-index: 2;
  line-height: 97px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}

.case .slideBox .bd ul li:hover a figure img {
  transform: scale(1.1);
}

.case .slideBox .case-bg {
  height: 549px;
  width: 15.08%;
  background: url(../images/case_image.jpg) no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.case .slideBox .prev,
.case .slideBox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .slideBox .prev:hover,
.case .slideBox .next:hover {
  background-color: rgba(25, 101, 207, 0.8);
}

.case .slideBox .prev {
  left: 20px;
}

.case .slideBox .next {
  right: 20px;
}

.about {
  background: url(../images/about-bg.jpg) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 68px;
}

.about .about-title .title a h3 {
  color: #fff;
}

.about .about-title .title a span {
  color: #fff;
}

.about .about-section {
  margin-top: 49px;
  padding-bottom: 30px;
}

.about .about-section p {
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  height: 152px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about .about-section .about-more {
  display: flex;
  margin: 30px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 218px;
  height: 66px;
  line-height: 66px;
  border-radius: 66px;
  justify-content: center;
  align-items: center;
}

.about .about-section .about-more span {
  color: #fff;
  font-size: 16px;
}

.about .about-section .about-more em {
  width: 24px;
  height: 12px;
  display: block;
  background: url(../images/about_more.png) no-repeat center;
  margin-left: 30px;
}

.about .about-list {
  width: 100%;
}

.about .about-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.about .about-list ul li {
  position: relative;
  flex: 1;
}

.about .about-list ul li::after {
  content: "";
  width: 1px;
  height: 79px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.about .about-list ul li::before {
  content: "";
  width: 1px;
  height: 79px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.about .about-list ul li .about-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.about .about-list ul li .about-num b {
  font-size: 62px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #00b067;
  font-weight: normal;
  line-height: 0.8;
}

.about .about-list ul li .about-num em {
  font-size: 18px;
  color: #fff;
  margin-left: 17px;
}

.about .about-list ul li p {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  margin-top: 10px;
}

.about .about-list ul li:nth-child(2)::after {
  width: 0;
}

.news {
  padding-top: 66px;
  padding-bottom: 70px;
}

.news .news-title {
  padding-bottom: 54px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.news .news-title .title a {
  text-align: left;
}

.news .news-title .title a span {
  text-align: left;
}

.news .news-title .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .news-title .hd ul li {
  width: 167px;
  height: 53px;
  border: 1px solid #eeeeee;
  border-radius: 53px;
  margin-left: 26px;
  background-image: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-title .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 53px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-title .hd ul li a i {
  background-image: url(../images/news-image1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-title .hd ul li a em {
  font-size: 18px;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-title .hd ul li:nth-child(2) a i {
  background-image: url(../images/news-image2.png);
}

.news .news-title .hd ul li:nth-child(3) a i {
  background-image: url(../images/news-image3.png);
}

.news .news-title .hd ul li.on,
.news .news-title .hd ul li:hover {
  background-image: linear-gradient(to bottom, #00b067, #0067fe);
}

.news .news-title .hd ul li.on a i,
.news .news-title .hd ul li:hover a i {
  background-position: 0 -22px;
}

.news .news-title .hd ul li.on a em,
.news .news-title .hd ul li:hover a em {
  color: #fff;
}

.news .news-section {
  padding-top: 55px;
}

.news .news-section .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .news-section .news-list .news-list__hot {
  width: 580px;
}

.news .news-section .news-list .news-list__hot a {
  display: block;
}

.news .news-section .news-list .news-list__hot a figcaption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/news-more.png) no-repeat center right;
}

.news .news-section .news-list .news-list__hot a figcaption .news-day {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.8;
  width: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__hot a figcaption span {
  width: 520px;
  padding-right: 40px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__hot a figcaption span em {
  display: block;
  font-size: 19px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__hot a figcaption span time {
  display: block;
  margin-top: 10px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__hot a figure {
  width: 580px;
  height: 383px;
  display: block;
  margin-top: 31px;
  overflow: hidden;
}

.news .news-section .news-list .news-list__hot a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__hot a:hover figcaption {
  background: url(../images/news-more__hover.png) no-repeat center right;
}

.news .news-section .news-list .news-list__hot a:hover figcaption .news-day {
  color: #00b067;
}

.news .news-section .news-list .news-list__hot a:hover figcaption span em {
  color: #00b067;
}

.news .news-section .news-list .news-list__hot a:hover figure img {
  transform: scale(1.1);
}

.news .news-section .news-list .news-list__container {
  width: 722px;
}

.news .news-section .news-list .news-list__container ul li {
  padding-bottom: 64px;
  border-bottom: 1px solid #e0e0e0;
}

.news .news-section .news-list .news-list__container ul li a {
  display: block;
}

.news .news-section .news-list .news-list__container ul li a figcaption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/news-more.png) no-repeat center right;
}

.news .news-section .news-list .news-list__container ul li a figcaption .news-day {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.8;
  width: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__container ul li a figcaption span {
  width: 650px;
  padding-right: 40px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__container ul li a figcaption span em {
  display: block;
  font-size: 19px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__container ul li a figcaption span time {
  display: block;
  margin-top: 10px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-section .news-list .news-list__container ul li a b {
  display: block;
  font-weight: normal;
  margin-top: 24px;
  font-size: 15px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-section .news-list .news-list__container ul li a:hover figcaption {
  background: url(../images/news-more__hover.png) no-repeat center right;
}

.news .news-section .news-list .news-list__container ul li a:hover figcaption .news-day {
  color: #00b067;
}

.news .news-section .news-list .news-list__container ul li a:hover figcaption span em {
  color: #00b067;
}

.news .news-section .news-list .news-list__container ul li a:hover figure img {
  transform: scale(1.1);
}

.news .news-section .news-list .news-list__container ul li:nth-child(2) {
  padding-top: 64px;
}